/* 样式初始化
--------------------------------------------------*/ 
html {
	height: 100%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	background: #eee;
	-webkit-text-size-adjust: 100%;/*解决Iphone下橱窗字体变大问题*/
}
* {
	padding: 0;
	margin: 0;
	border: 0;

	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);	/*禁止链接高亮*/
	-webkit-touch-callout: none;					/*禁止链接长按弹出选项菜单*/
}
nav, footer, section, header, article {
	display: block;
}
ul {
	list-style: none;
}
a:link {
	-webkit-tap-highlight-color: rgba(0,0,0,0);	/*禁止链接高亮*/
	-webkit-touch-callout: none;					/*禁止链接长按弹出选项菜单*/
}
a:link, a:visited, a:hover, a:active {
	color: #000; text-decoration:none; 
}
img {
	-webkit-touch-callout: none;	/*禁止图片长按弹出选项菜单*/
}
input, textarea {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
/* 主体结构
--------------------------------------------------*/
#box_root {
	height: 100%;
}
#box_mainBody {
	width: 100%;
	min-width: 320px;
	background: #eee url(../m_images/loading2.gif) no-repeat 50% 50%;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 45px;
	left: 0;
	text-align: left;
}
#box_main {
	min-width: 320px;
	max-width: 640px;
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#box_header {
	width: 100%;
}
#box_footerBody {
	width: 100%;
	height: 45px;
	position: absolute;
	bottom: 0px;
	left: 0;
	/*z-index: 99999;原生浏览器高清无效*/
	text-align: center;
	background: #eee;
	border-top: none;

	-webkit-transition:bottom;
	-webkit-transition-timing-function:ease-out;
	-webkit-transition-duration:100ms;
}
/* 没有数据信息
--------------------------------------------------*/
.z3g-noResult {
	padding: 50px 0;
}
.z3g-noResult .icon {
	width: 52px;
	height: 52px;
	margin: 0 auto;
	background: url(../m_images/common.png) no-repeat -40px -52px;
}
.z3g-noResult p {
	text-align: center;
	line-height: 20px;
	padding: 5px 20px;
	color: #333;
}
.z3g-noResultMsg {
	width: 320px;
	margin: 0 auto;
	padding: 50px 0;
	overflow: hidden;
}
.z3g-noResultMsg .icon {
	width: 52px;
	height: 52px;
	float: left;
	background: url(../m_images/common.png) no-repeat -40px 0px;
	margin-left: 30px;
}
.z3g-noResultMsg p {
	width: 200px;
	float: left;
	text-align: left;
	line-height: 20px;
	padding: 0 10px;
	margin-bottom: 10px;
	color: #333;
}
.z3g-noResultMsg p.row01 {
	font-size: 17px;
}
.z3g-noContent {
	height: 60px;
	text-align: center;
	color: #333;
}
.z3g-noContent span {
	max-width: 200px;
	height: 20px;
	line-height: 20px;
	margin-top: 20px;
	display: inline-block;
	color: #000;
}
/* 弹出框提示信息
--------------------------------------------------*/
/* 成功提示信息 */
.z3g-alertInfoSuccess-c1,
.z3g-alertInfoFault-c1{
	width: 300px;
	padding: 0 10px 10px 0;
	margin: 0 auto;
	vertical-align: middle;
}
.z3g-alertInfoSuccess-c1 .alertInfoWrap,
.z3g-alertInfoFault-c1 .alertInfoWrap{
	-moz-box-shadow: 2px 2px 5px #434343;
	-webkit-box-shadow: 2px 2px 5px #434343;
	box-shadow: 2px 2px 5px #434343;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.z3g-alertInfoSuccess-c1 .alertInfoCont,
.z3g-alertInfoFault-c1 .alertInfoCont{
	min-height: 90px;
	background: #f98f2e;
	overflow: hidden;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.z3g-alertInfoSuccess-c1 .alertInfoCont .icon,
.z3g-alertInfoFault-c1 .alertInfoCont .icon{
	width: 52px;
	height: 52px;
	float: left;
	margin: 20px 0 0 20px;
}
.z3g-alertInfoSuccess-c1 .alertInfoCont .info,
.z3g-alertInfoFault-c1 .alertInfoCont .info{
	margin-left: 90px;
	padding-right: 20px;
}
.z3g-alertInfoSuccess-c1 .alertInfoCont .info .infoTitle,
.z3g-alertInfoFault-c1 .alertInfoCont .info .infoTitle{
	color: #fff;
	font-size: 16px;
	margin: 18px 0 10px 0;
}
.z3g-alertInfoSuccess-c1 .alertInfoCont .info .infoOther,
.z3g-alertInfoFault-c1 .alertInfoCont .info .infoOther{
	color: #f9be83;
	margin-bottom: 20px;
}
.z3g-alertInfoSuccess-c1 .alertInfoOperation,
.z3g-alertInfoFault-c1 .alertInfoOperation{
	min-height: 60px;
	line-height: 60px;
	background: #f37c06;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.z3g-alertInfoSuccess-c1 .alertInfoOperation button,
.z3g-alertInfoFault-c1 .alertInfoOperation button{
	width: 100px;
}
.z3g-alertInfoSuccess-c1 .alertInfoOperation span,
.z3g-alertInfoFault-c1 .alertInfoOperation span{
	vertical-align: middle;
	color: #fff;
}
.z3g-alertInfoSuccess-c1 .alertInfoCont .icon{
	background: url(../m_images/common.png) no-repeat -40px 0px;
}
.z3g-alertInfoFault-c1 .alertInfoCont .icon{
	background: url(../m_images/common.png) no-repeat -40px -52px;
}
/* 其它公共样式
--------------------------------------------------*/
.z3g-textRed {
	color: #f00!important;
}
.z3g-textOrange {
	color: #CC6600!important;
}
.z3g-textWhite {
	color: #fff!important;
}
.z3g-textBlack {
	color: #000!important;
}
.z3g-column1 {
	width: 100%;
}
.z3g-column2 {
	width: 50%;
}
.z3g-column3 {
	width: 33%;
}
.z3g-column3:nth-child(2) {
	width: 34%;
}
.z3g-column4 {
	width: 25%;
}
.z3g-column5 {
	width: 20%;
}
.z3g-lineClamp1 {
	-webkit-line-clamp: 1!important;
	max-height: 18px!important;
}
/* 禁止横向 */
.z3g-noHorizontal {
	width: 100%;
	text-align: center;
	background: #f98f2e;
	z-index: 9999;
	vertical-align: middle;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}
.z3g-noHorizontal .contentWrap {
	width: 213px;
	height: 113px;
	background: #f37c06 url(../m_images/z3g_icon_noHorizontal.png) no-repeat 50% 10px;
	margin: 0 auto;
	vertical-align: middle;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
.z3g-noHorizontal .contentWrap p {
	color: #fff;
	text-align: center;
	margin-top: 70px;
}

/* 极速 */
.z3g-noJisu{
	width:100%;
	text-align: center;
	background:#f37c06;
	z-index:9999;
	vertical-align: middle;

	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

.z3g-noJisu .noJisuWrap{
	width:213px;
	margin: 0 auto;
	vertical-align: middle;
}
.z3g-noJisu .contentWrap{
	height:113px;
	background:#c74b0d;
	margin: 0 auto;
	vertical-align: middle;

	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	overflow: hidden;
}
.z3g-noJisu p{
	color:#fff;
	text-align: center;
	margin-top: 5px;s
}
.z3g-noJisu .contentWrap p{
	margin-top: 20px;
	line-height:24px;
}

/* 置顶样式 */
strong.top {
	color: #ff0000;
}
/* moreWrap */
.moreWrap {
	color: #333;
}
.moreWrap.loading span {
	background: url(../m_images/more.gif) no-repeat 0px 0px;
}
/* all */
::-webkit-input-placeholder {
 color:#6c6c6c;
}
input:-moz-placeholder {
 color:#6c6c6c;
}
/* individual: webkit */
#field2::-webkit-input-placeholder {
 color:#6c6c6c;
}
/* individual: mozilla */
#field2:-moz-placeholder {
 color:#6c6c6c;
}
/* z3g-input */
.z3g-input {
	width: 100%;
	height: 33px;
	padding: 0px 10px;
	line-height: normal;
	background: #fdfdfd;
	border-top: 1px solid #858585;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #c9c9c9;
	-moz-box-shadow: 1px 2px 3px #b7b7b7 inset!important;
	-webkit-box-shadow: 1px 2px 3px #b7b7b7 inset!important;
	box-shadow: 1px 2px 3px #b7b7b7 inset!important;
	-webkit-appearance: none;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#fdfdfd));
}
.z3g-input-error {
	border: 1px solid #c40303!important;
}
.z3g-input-ok {
	border: 1px solid #249502!important;
}
.z3g-input:focus {
	border: 1px solid #249502;
}
/* z3g-textarea */
.z3g-textarea {
	width: 100%;
	height: 130px;
	padding: 10px;
	line-height: 20px;
	background: #fdfdfd;
	border-top: 1px solid #858585;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #c9c9c9;
	-moz-box-shadow: 1px 2px 3px #b7b7b7 inset!important;
	-webkit-box-shadow: 1px 2px 3px #b7b7b7 inset!important;
	box-shadow: 1px 2px 3px #b7b7b7 inset!important;
	-webkit-appearance: none;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#fdfdfd));
}
/* z3g-button */
.z3g-button {
	max-width:640px;
	height: 34px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #e97706;
	border-top: 1px solid #f59535;
	border-bottom: 1px solid #934b03;

	padding:0 10px;
	white-space: nowrap;
	overflow: hidden;
}
.z3g-button.touch {
	background: #cc6806;
}
/* clear-both */
.clear-both {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
}
/* z3g-keyword */
.z3g-keyword {
	overflow: hidden;
	margin-top: 6px;
}
.z3g-keyword .key {
	height: 24px;
	line-height: 24px;
	float: left;
	color: #666666;
	padding: 0 10px;
	margin-bottom: 2px;
	margin-right: 2px;
	background: #f0e2d3;
	font-size: 12px;
}
.z3g-keyword em {
	max-width: 280px;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	background: #eeeeee;
	color: #666666;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 12px;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.z3g-keyword em.touch {
	background: #f0e2d3;
}
/* 翻页控制区 */
.z3g-pageControlBar {
	/*overflow: hidden;*//*火狐*/
	width: 100%;/*火狐*/
	padding: 6px 0 0 0;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
}
.z3g-pageControlBar section {
	width: 50%;
	display: block;
	background: #eeeeee;
	position: relative;
	color: #666666;
	padding: 10px;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.z3g-pageControlBar p.arrow {
	height: 100%;
}
.z3g-pageControlBar .p1, .z3g-pageControlBar .p2 {
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.z3g-pageControlBar .p1 {
	line-height: 16px;
	height: 16px;
}
.z3g-pageControlBar .p2 {
	font-size: 12px;
	line-height: 14px;
	height: 14px;
	margin-top: 2px;
}
.z3g-pageControlBar .pagePrev {
	margin-right: 1px;
	padding-left: 23px;
}
.z3g-pageControlBar .pagePrev p {
	text-align: right;
}
.z3g-pageControlBar .pageNext {
	margin-left: 1px;
	padding-right: 23px;
}
.z3g-pageControlBar .pageNext p {
	text-align: left;
}
.z3g-pageControlBar .arrow {
	position: absolute;
	width: 11px;
	height: 40px;
}
.z3g-pageControlBar .pagePrev .arrow {
	left: 5px;
	top: 0px;
	background: url(../m_images/z3g_arrow_orange_left.png) no-repeat 100% 50%;
}
.z3g-pageControlBar .pageNext .arrow {
	right: 5px;
	top: 0px;
	background: url(../m_images/z3g_arrow_orange.png) no-repeat 0px 50%;
}
.z3g-pageControlBar section.touch {
	background: #f0e2d3;
}
.z3g-pageControlBar .disTap p {
	opacity: 0.4;
}
/* z3g-pageTitle */
.z3g-pageTitle {
	height: 29px;
	line-height: 29px;
	background: #eeeeee;
	padding-left: 10px;
	border-bottom: 1px solid #eeeeee;
	color: #333333;
}
.z3g-pageTitle .name {
	max-width: 170px;
	height: 29px;
	line-height: 30px;
	float: left;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.z3g-pageTitle .textSizeBtn {
	position: relative;
}
.z3g-pageTitle .titleBar, .z3g-pageTitle .textSizeBtn {
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	margin: 2px 2px 0 0;
	text-align: left;
	float: right;
	color: #666666;
	vertical-align: top;
	border: 1px solid #dec2a6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.z3g-pageTitle .titleBar.touch, .z3g-pageTitle .textSizeBtn.touch {
	background: #efdecd;
}
.z3g-pageTitle .titleBar em, .z3g-pageTitle .textSizeBtn em {
	font-size: 13px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	margin: 1px 0 0 0;
}
.z3g-pageTitle .titleBar em.title, .z3g-pageTitle .textSizeBtn em.title {
	max-width: 70px;
	height: 23px;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.z3g-pageTitle .textSizeBtn sup {
	height: 12px;
	line-height: 12px!important;
}
.z3g-pageTitle .titleBar em.icon {
	width:0px;
	height:0px;
	margin:8px 0px 0 3px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #585858;
}
.z3g-pageTitle .number {
	max-width: 30px;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	margin-left: 5px;
	display: inline-block;
	background: #a6a6a6;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top-radius: 5px;
	-moz-box-shadow: -2px 2px 2px #535353 inset;
	-webkit-box-shadow: -2px 2px 2px #535353 inset;
	box-shadow: -2px 2px 2px #535353 inset;
}
/* 缺省头部 */
/*.z3g-headerSmall {
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	background: #e87506;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
}
.z3g-headerSmall .back, .z3g-headerSmall .title, .z3g-headerSmall .more {
	display: block;
	vertical-align: middle;
}
.z3g-headerSmall .title {
	min-width: 200px;
	height: 45px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.z3g-headerSmall .back {
	width: 70px;
	padding: 8px 0 0 0;
}
.z3g-headerSmall .back .icon {
	width: 41px;
	height: 28px;
	line-height: 28px;
	margin: 0 0 0 10px;
	padding-right: 8px;
	display: block;
	color: #fff;
	text-align: right;
	background: url(../m_images/z3g_back.png) no-repeat;
	vertical-align: middle;
}
.z3g-headerSmall .back.touch .icon {
	background-position: 0px -28px;
}
.z3g-headerSmall .more {
	width: 45px;
	padding: 16px 0 0 0;
}
.z3g-headerSmall .more.touch {
	background: #ffbf80;
}
.z3g-headerSmall .more .icon {
	width: 19px;
	height: 13px;
	margin: 0 0 0 13px;
	display: block;
	background: url(../m_images/z3g_icon_smallright.png) no-repeat 0px 50%;
}*/
/* 缺省头部-new */
.z3g-headerSmallNew {
	width: 100%;/*火狐*/
	height: 44px;
	background: #eee;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.z3g-headerSmallNew .left, .z3g-headerSmallNew .center, .z3g-headerSmallNew .right {
	display: block;
	vertical-align: middle;
}
.z3g-headerSmallNew .center {
	/*min-width: 200px;
	min-width:190px;*/
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #666;
	text-align: center;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.z3g-headerSmallNew .center .number{
	line-height:16px;
	padding:2px 3px;
	display:inline-block;
	margin-left:5px;
	background-color: rgba(255, 255, 255, 0.6);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.z3g-headerSmallNew .left {
	min-width: 65px;
	padding: 8px 0 0 0;
}
.z3g-headerSmallNew .right {
	min-width: 65px;
	padding: 8px 5px 0 0;
	text-align: right;
}

/* borderTitle */
.borderTitle {
	width: 100%;/*火狐*/
	height: 35px;
	line-height: 35px;
	padding: 0px;
	background: #125ed5; 
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal; 
}
.borderTitle.touch {
	background: #e87506;
}
.borderTitle em {
	display: inline-block;
}
.borderTitle .left {
	display: block;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.borderTitle .left .icon {
	width: 35px;
	height: 35px;
	display: none;
}
.borderTitle .left .borderName {
	min-width: 260px;
	height: 19px;
	font-size: 17px;
	line-height: 19px;
	margin: 8px 0 0 10px;
	font-weight: bold;
	color: #ffffff;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.borderTitle .controlBar {
	width: 34px;
	height: 35px;
	border-left: 1px solid #f5ebe0;
	float: right;
}
.borderTitle .controlBar.touch {
	background: #e87506;
}
.borderTitle .controlBar .icon {
	width: 13px;
	height: 13px;
	display: block;
	margin: 11px 0 0 11px;
	background: url(../m_images/z3g_arrow_orange.png) no-repeat 5px 50%;
}
.borderTitle .right {
	height: 35px;
	display: block;
}
.borderTitle .right .moreCont {
	display: none;
}
.borderTitle .right .controlBar {
	width: 35px;
	height: 35px;
	border: none;
}
/* 带页签样式 */
.borderTitle ul {
	width: 100%;
	overflow: hidden;
}
.borderTitle ul li {
	width: 50%;
	float: left;
	color: #ffffff;
}
.borderTitle ul li.touch {
	background: #e87506;
	color: #fff;
}
.borderTitle ul li div {
	height: 35px;
	text-align: center;
	border-right: 1px solid #f5ebe0;
}
.borderTitle ul li:nth-last-child(1) div {
	border: none;
}
.borderTitle ul li span {
	height: 19px;
	font-size: 17px;
	line-height: 19px;
	margin: 8px 0 0 10px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.borderTitle ul li .number {
	max-width: 40px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	background: #f9be83;
	padding: 0 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top-radius: 10px;
	color: #666666;
	text-shadow: 0px 0px 0px #111;
	vertical-align: top;
	margin: 10px 10px 0 0;
	display: inline-block;
}
.borderTitle li.current {
	background: #e87506 url(../m_images/z3g_arrow_02.png) no-repeat 50% 100%;
	color: #fff;
}
.borderTitle .z3g-column1 {
	width: 100%!important;
}
.borderTitle .z3g-column1 div {
	text-align: left!important;
}
.borderTitle .z3g-column1 .text {
	max-width: 245px;
}
.borderTitle .z3g-column1.current {
	background: none;
	color: #fff;
}
.borderTitle .z3g-column2 {
	width: 50%!important;
}
.borderTitle .z3g-column2 .text {
	max-width: 100px;
}
.borderTitle .z3g-column3 {
	width: 33%!important;
}
.borderTitle .z3g-column3:nth-child(2) {
	width: 34%!important;
}
.borderTitle .z3g-column3 .text {
	max-width: 100px;
}
/*html编辑器样式*/
.htmledit {
	line-height: 1.8;
	font-variant: normal;
	font-stretch: normal;
	text-transform: none;
	text-indent: 0;
	text-align: left;
	vertical-align: baseline;
	letter-spacing: normal;
	word-spacing: normal;
	/*text-decoration:none;*/
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	/*word-break:normal;*/
	word-break: break-all;
	/*word-wrap:normal;*/
	word-wrap: break-word;
	background: transparent none repeat scroll 0% 0%;
	/*list-style:disc outside none;*/
	float: none;
	width: auto;
	height: auto;
	clear: none;
	z-index: auto;
	text-justify: auto;
	overflow: hidden;
	visibility: inherit;
	margin: auto;
	/*border-collapse:separate;*/
	color: #000;
}
.htmledit u {
	text-decoration: none;
}
.htmledit img {
	margin: 5px 0 5px 0;
	max-width: 340px!important;
	max-height: 260px!important;
}
.htmledit ul, .htmledit ol {
	background: transparent none repeat scroll 0% 0%;
	width: auto;
	display: block;
	height: auto;
	float: none;
	padding-left: 25px;
}
.htmledit ul {
	list-style: disc;
}
.htmledit ol {
	list-style: decimal;
}
.htmledit ul li {
	background: transparent none repeat scroll 0% 0%;
	width: auto;
	float: none;
	height: auto;
	text-align: left;
	line-height: 1.8;
}
.htmledit ol li {
	background: transparent none repeat scroll 0% 0%;
	width: auto;
	float: none;
	height: auto;
	text-align: left;
	line-height: 1.8;
}
.htmledit p {
	line-height: 1.8;
	color: #000;
}
.htmledit h3, .htmledit h1 {
	font-size: 17px!important;
	font-weight: bold!important;
	line-height: 20px!important;
	height: auto!important;
	padding: 0px!important;
	margin: 0px!important;
	border: none!important;
}
.htmledit a.zzp-tel {
	display: block;
	color: #fff;
	width: 215px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	clear: both;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top-radius: 5px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#88cf32), to(#669c26));
	background: -moz-linear-gradient(#88cf32, #669c26);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88cf32', endColorstr='#669c26');
}
.htmledit a.zzp-tel:before {
	width: 30px;
	height: 30px;
	content: "";
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
	background: url(../m_images/common.png) no-repeat -240px 4px;
}
.htmledit a.zzp-tel.touch {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#669c26), to(#88cf32));
	background: -moz-linear-gradient(#669c26, #88cf32);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#669c26', endColorstr='#88cf32');
}
/* z3g-height0 */
.z3g-height0 {
	clear: both;
	height: 0!important;
	line-height: 0!important;
	font-size: 0!important;
	border: none;
	padding: 0!important;
	margin: 0!important;
	width: 100%;
	display: block;
	overflow: hidden;
}
/* z3g-alertWindow */
.z3g-alertWindow {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 999;
	text-align: center;
	vertical-align: middle;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}
/* z3g-alertBox */
.z3g-alertBox{
	width:270px;
	padding:1px;
	overflow:hidden;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.z3g-alertBox .alertBoxT{
	height:35px;
	line-height:35px;
	font-size:18px;
	color:#000;
	padding:0 10px;
	background:#b9b9b9;

	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.z3g-alertBox .alertBoxC{
	color:#333;
	padding:10px;
	background:#f6f6f6;
}
.z3g-alertBox .alertBoxB{
	height:35px;
	line-height:35px;
	padding:0 10px;
	background:#edeef0;
	text-align:center;
	border-top:1px solid #fff;
}
/* 支付方式 */
.z3g-alertBox.paymentMode .alertBoxC > div{
	padding:5px 0;
	vertical-align:middle;
}
.z3g-alertBox.paymentMode .alertBoxC > div span,
.z3g-alertBox.paymentMode .alertBoxC > div input{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
/* 选择城市 */
.z3g-alertBox.selectArea .alertBoxC > div{
	padding:5px 0;
	vertical-align:middle;
}
.z3g-alertBox.selectArea .alertBoxC > div span,
.z3g-alertBox.selectArea .alertBoxC > div select{
	display:inline-block;
	vertical-align:middle;
}
.z3g-alertBox.selectArea .alertBoxC > div span{
	width:80px;
	text-align:right;
}
/* z3g-alertBtn */
.z3g-alertBtn{
	height:28px;
	line-height:28px;
	display:inline-block;
	padding:0 20px;
	color:#585858;
	border:1px solid #b9b9bb;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#e5e5e5));
	background: -moz-linear-gradient(#f8f8f8, #e5e5e5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e5e5e5');
}
.z3g-alertBtn.touch{
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e5e5), to(#f8f8f8));
	background: -moz-linear-gradient(#e5e5e5, #f8f8f8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f8f8f8');
}
/* z3g-iphoneStart */
.z3g-iphoneStart {
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -140px;
}
.z3g-iphoneStart .contWrap {
	width: 260px;
	line-height: 20px;
	display: inline-block;
	text-align: left;
	padding: 10px;
	color: #3c3c3c;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#dfdfdf));
	background: -moz-linear-gradient(#f5f5f5, #dfdfdf);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dfdfdf');
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.z3g-iphoneStart .contWrap .icon {
	width: 24px;
	height: 20px;
	display: inline-block;
	background: url(../m_images/common.png) no-repeat 0px -80px;
}
.z3g-iphoneStart .contArrow {
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.z3g-iphoneStart .contArrow em {
	color: #dfdfdf;
	font-size: 40px;
	font-style: normal;
	display: inline-block;
	position: relative;
	margin-top: -30px;
	text-shadow: 0px 0px 6px #000;
}
/* z3g-androidStart */
.z3g-androidStart{
	width:100%;
	padding:230px 0 0 0;
	background: url(../m_images/z3g_bg_androidStartT.png) no-repeat 50% 0;
}
.z3g-androidStart .install{
	width: 280px;
	height: 38px;
	font-size: 20px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #4f6a8d;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#71a8ea), to(#3670b6));
	background: -moz-linear-gradient(#71a8ea, #3670b6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71a8ea', endColorstr='#3670b6');
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.z3g-androidStart .later{
	width: 280px;
	height: 40px;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
/* z3g-showMoreSection */
.z3g-showMoreSection {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 100%;
	z-index: 99999;
	-webkit-transition: left;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}
.z3g-showMoreSection table {
	width: 100%;
	border: none;
}
.z3g-showMoreSection .contWrap {
	width: 100%;
	float: left;
	background: #f98f2e;
}
.z3g-showMoreSection .contWrap > div {
	border-left: 4px solid #b66036;
	border-right: 4px solid #b66036;
}
.z3g-showMoreSection .contWrap #thelist {
	padding: 10px 0;
}
.z3g-showMoreSection .contWrap li {
	height: 35px;
	line-height: 35px;
	display: block;
	color: #fff;
	position: relative;
	border-bottom: 1px solid #de6f00;
}
.z3g-showMoreSection .contWrap #thelist li:nth-child(1) {
	border-top: 1px solid #de6f00;
}
.z3g-showMoreSection .contWrap li.current, .z3g-showMoreSection .contWrap li.touch {
	background: #f37c06;
}
.z3g-showMoreSection .contWrap li .curtMark {
	width: 0px;
	height: 0px;
	display: none;
	position: absolute;
	top: 12px;
	left: 0px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #b66036;
}
.z3g-showMoreSection .contWrap li .curtMark em {
	display: none;
}
.z3g-showMoreSection .contWrap li.current .curtMark {
	display: block;
}
.z3g-showMoreSection .contWrap li .name {
	height: 35px;
	padding: 0 15px;
	border-right: 1px solid #de6f00;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	display: block;
}
.z3g-showMoreSection .contWrap li .name .icon {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #facb9b;
	position: absolute;
	top: 12px;
	right: 5px;
	display: none;
}
.z3g-showMoreSection .contWrap li.hasNode .name {
	position: relative;
}
.z3g-showMoreSection .contWrap li.hasNode .name .icon {
	display: block;
}
.z3g-showMoreSection .contWrap li .number {
	width: 41px;
	padding-right: 10px;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	color: #fdd7be;
}
.z3g-showMoreSection .contWrap .backBtn {
	padding-left: 4px;
	background: #f37c06;
}
.z3g-showMoreSection .contWrap .backBtn span.back {
	vertical-align: middle;
	margin-left: 5px;
	display: block;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.z3g-showMoreSection .contWrap .backBtn span.first {
	width: 90px;
	height: 35px;
	vertical-align: middle;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	display: block;
}
.z3g-showMoreSection .contWrap .backBtn .icon {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle;
}
.z3g-showMoreSection .contWrap .backBtn .back .icon {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #facb9b;
	margin: 0 4px;
}
.z3g-showMoreSection .contWrap .backBtn .first .icon {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #facb9b;
	margin: 0 7px;
}
.z3g-showMoreSection .contWrap .backBtn .back.touch, .z3g-showMoreSection .contWrap .backBtn .first.touch {
	background: #00305a;
}
.z3g-showMoreSection .searchWrap {
	height: 50px;
	padding: 0 10px;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
}
.z3g-showMoreSection .searchWrap .inputWrap {
	display: block;
	margin: 7px 0 0 0;
	padding-right: 20px;
	position: relative;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
/*.z3g-showMoreSection .searchWrap .inputWrap .del{
	width:36px;
	height:36px;
	display:none;
	position:absolute;
	top:0px;
	right:0px;
}
.z3g-showMoreSection .searchWrap .inputWrap .del .icon{
	width:20px;
	height:20px;
	display:block;
	background:#999999 url(../m_images/z3g_icon_inputWrap_del.png) no-repeat 50% 50%;
	margin:8px 0 0 8px;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.z3g-showMoreSection .searchWrap .inputWrap .del.touch .icon{
	background:#ff2929 url(../m_images/z3g_icon_inputWrap_del.png) no-repeat 50% 50%;
}*/
.z3g-showMoreSection .searchWrap input {
	width: 100%;
	line-height: normal;
}
.z3g-showMoreSection .searchWrap .z3g-button {
	width: 60px;
	height: 35px;
	margin: 7px 0 0 0;
}
.z3g-showMoreSection .barWrap {
	width: 68px;
	text-align: right;
	background: #000;
	background-color: rgba(0, 0, 0, 0.5);
}
.z3g-showMoreSection .barWrap.touch {
	background-color: rgba(0, 0, 0, 0.8);
}
.z3g-showMoreSection .closeBar {
	display: block;
	width: 12px;
	height: 30px;
	padding: 9px 0 0 5px;
	overflow: hidden;
	margin-left: 20px;
	margin-top: 50px;
	background:url(../m_images/common.png) no-repeat 0px -190px;
}
.z3g-showMoreSection .closeBar em {
	display: none;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(255,255,255,0.8);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position:relative;
	left:0px;
}
/*z3g-alertHDInfo*/
.z3g-alertHDInfo .infoCont {
	width: 280px;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 10px 0;
	margin: 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top-radius: 5px;
}
.z3g-alertHDInfo .infoCont .infoCont01, .z3g-alertHDInfo .infoCont .infoCont02 {
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0px 10px;
	padding: 5px 0px;
}
.z3g-alertHDInfo .infoCont .infoCont01 {
	font-size: 17px;
}
/* z3g-textSize */
.z3g-textSize {
	width: 48px;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -24px;
	display: none;
}
.z3g-textSize .contArrow {
	height: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: -2px;
}
.z3g-textSize .contArrow em, .z3g-textSize .contArrow i {
	width: 0px;
	height: 0px;
	font-size: 0px;
	position: absolute;
	left: 50%;
	top: 2px;
	margin-left: -7px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}
.z3g-textSize .contArrow em {
	top: -1px;
	margin-top:1px;
	border-bottom: 8px solid #000;
	opacity: 0.2;
}
.z3g-textSize .cont {
	width: 46px;
	border: 1px solid rgba(0,0,0,0.2);
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.z3g-textSize .cont li {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #666;
}
.z3g-textSize .cont li:nth-child(1) {
	font-size: 12px;
}
.z3g-textSize .cont li:nth-child(2) {
	font-size: 14px;
}
.z3g-textSize .cont li:nth-child(3) {
	font-size: 18px;
}
.z3g-textSize .cont li.touch, .z3g-textSize .cont li.current {
	background: #d6d6d6;
}
/* 字号 */
.textSizeWrap.textSizeSmall, .textSizeWrap.textSizeSmall * {
	font-size: 12px!important;
}
.textSizeWrap.textSizeBig, .textSizeWrap.textSizeBig * {
	font-size: 18px!important;
}
/*z3g-redBtn*/
.z3g-redBtn{
	display:inline-block;
	height:35px;
	color:#fff;
	line-height:35px;
	padding:0 10px;
	text-align:center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#d30000), to(#9e0000));
	background: -moz-linear-gradient(#d30000, #9e0000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d30000', endColorstr='#9e0000');
}
/*z3g-grayBtn*/
.z3g-grayBtn{
	display:inline-block;
	height:35px;
	color:#000;
	line-height:35px;
	padding:0 10px;
	text-align:center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(223,227,236,0.5)), to(rgba(159,163,176,0.5)));
	background: -moz-linear-gradient(rgba(223,227,236,0.5), rgba(159,163,176,0.5));
	background: -o-linear-gradient(rgba(223,227,236,0.5), rgba(159,163,176,0.5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(223,227,236,0.5)', endColorstr='rgba(159,163,176,0.5)');
}
/*.z3g-btn*/
.z3g-btn {
	display: inline-block;
	height: 27px;
	padding: 0 10px;
	margin-left: 5px;
	border: 1px solid rgba(0,0,0,0.16);
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.z3g-btn span {
	display: inline-block;
	height: 27px;
	color: #666;
	line-height: 27px;
}
.z3g-btn.textSizeBtn span {
	line-height: 16px;
}
.z3g-btn.touch {
	background: rgba(0,0,0,0.1)
}
.z3g-btn.list span {
	width: 19px;
	background: url(../m_images/common.png) -214px -9px no-repeat;
}
.z3g-btn.search span {
	width: 15px;
	background: url(../m_images/common.png) -111px -8px no-repeat;
}
.z3g-btn.btnArrow {
	position: relative;
}
.btnArrow.btnArrowLeft {
	border-left: 0 none;
	margin-left: 21px;
	padding: 0 8px 0 2px;
	border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}
.btnArrow b {
	display: inline-block;
	width: 16px;
	height: 29px;
	position: absolute;
	overflow: hidden;
}
.btnArrow.btnArrowLeft b {
	left: -16px;
	top: -1px;
}
.btnArrow b em {
	display: block;
	width: 21px;/*20130313*/
	height: 21px;/*20130313*/
	border: 1px solid rgba(0,0,0,0.16);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: center center;
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
	position: absolute;
}
.btnArrow.btnArrowRight {
	border-right: 0 none;
	margin-right: 16px;
	padding: 0 2px 0 8px;
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
.btnArrow.btnArrowRight b {
	right: -16px;
	top: -1px;
}
.btnArrow.btnArrowLeft b em {
	left: 6px;
	top: 3px;/*20130313*/
}
.btnArrow.btnArrowRight b em {
	right: 6px;
	top: 3px;/*20130313*/
}
.btnArrow.touch em {
	background: rgba(0,0,0,0.1);
}
/*白色ICON*/
/*.whiteIcon .z3g-btn.list span {
	background-position:-214px -9px!important;
}
.whiteIcon .z3g-btn.search span {
	background-position:-111px -8px!important;
}*/
/*灰色ICON*/
.grayIcon .z3g-btn.list span {
	background-position: -214px -53px!important;
}
.grayIcon .z3g-btn.search span {
	background-position: -111px -52px!important;
}

/*高清3.7*/
.z3g-changeBtn {
	display: inline-block;
	width: 44px;
	height: 18px;
	line-height: 16px;
	background: url(../m_images/common.png) no-repeat;
}
.z3g-changeBtn em {
	display: inline-block;
	font-size: 12px;
	color: #000;
}
.z3g-changeBtn.hd {
	text-align: right;
	background-position: -60px -190px;
	padding-right: 4px;
}
.z3g-changeBtn.fluency {
	text-align: left;
	background-position: -110px -190px;
	padding-left: 5px;
	width: 43px;
}
/*地图tab标签切换（浅色）*/
.Maplisttab {
	height: 27px;
	margin: 0 auto;
	margin-top: 8px;
	display: inline-block;
	text-shadow: 0px 0px 0px #fff;
}
.Maplisttab em{
	height: 27px;
	line-height: 27px;
	float: left;
	text-align: center;
	padding: 0px 12px;
	color:#666;
	border: 1px solid rgba(0,0,0,0.16);
}
.Maplisttab em.map {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: none;
}
.Maplisttab em.maplist {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: none;
}
.Maplisttab em.maplist.touch,
.Maplisttab em.map.touch{
	background: rgba(0,0,0,0.1);
}
.Maplisttab em.Rchecked {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 1px solid rgba(0,0,0,0.16);
	background: rgba(0,0,0,0.1);
}
.Maplisttab em.Lchecked {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 1px solid rgba(0,0,0,0.16);
	background: rgba(0,0,0,0.1);
}
/* 组件区
--------------------------------------------------*/
/* 
	PublicConfig_showBottom01-d1_c1
	Columns_navigation01-d1_c1
	Columns_navigation01-d1_c2
	Columns_navigation01-d1_c3
	Icon_Columns_navigation01-d1_c1
	PublicConfig_showLogo01-d1_c1
	Public_totalSearch01-d1_c1
	Toolbar_show01-d1_c1
	FrontSlide_listJson01-d1_c1
	Specifies_show01-d1_c1
	Products_mobilelist01-d1_c1
	Products_mobilelist01-d1_c2
	Products_mobilelist01-d1_c3
	Products_mobilelist01-d1_c4
	Products_mobilelist01-d1_c5
	News_list01-d1_c1
*/

/* PublicConfig_showBottom01-d1_c1 */
#elem-PublicConfig_showBottom01-001 {
	padding-top: 6px;
}
.PublicConfig_showBottom01-d1_c1 {
	padding: 10px 0;
	background: #E4E4E4;
	color: #3e3e3e;
}
.PublicConfig_showBottom01-d1_c1 .htmledit * {
	font-size: 10px!important;
}
/* Columns_navigation01-d1_c1 */
.Columns_navigation01-d1_c1 {
	width: 100%;
	background: #eeeeee;  
}
.Columns_navigation01-d1_c1 ul {
	width: 100%;
	overflow: hidden;
}
.Columns_navigation01-d1_c1 li {
	min-width: 25%;
	float: left;
	text-align: center;
}
.Columns_navigation01-d1_c1 li span {
	height: 35px;
	line-height: 35px;
	padding: 0 2px;
	display: block;
	color: #000;
	text-align: center;
	border-bottom: 1px solid rgba(163, 163, 163, 0.3);
    border-right: 1px solid rgba(163, 163, 163, 0.3);
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.Columns_navigation01-d1_c1 li .current, .Columns_navigation01-d1_c1 li .touch {
	background: #125ed5;  color: #fff; 
}
/* Columns_navigation01-d1_c2 */
.Columns_navigation01-d1_c2 {
	width: 100%;
	position: relative;
	background: #f37c06;
}
.Columns_navigation01-d1_c2 .navBody {
	height: 36px;
	overflow: hidden;
	margin: 0 20px;
}
.Columns_navigation01-d1_c2 .navBody ul {
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
}
.Columns_navigation01-d1_c2 .navBody li {
	min-width: 70px;
	text-align: center;
}
.Columns_navigation01-d1_c2 .navBody li span {
	height: 36px;
	line-height: 36px;
	padding: 0 2px;
	display: block;
	color: #fff;
	border-left: 1px solid #de6f00;
	text-align: center;
}
.Columns_navigation01-d1_c2 .navBody li .current, .Columns_navigation01-d1_c2 .navBody li .touch {
	background: #f7ab3e;
}
.Columns_navigation01-d1_c2 .navBarL, .Columns_navigation01-d1_c2 .navBarR {
	width: 18px;
	height: 36px;
	float: left;
	position: absolute;
	top: 0px;
}
.Columns_navigation01-d1_c2 .navBarL.touch, .Columns_navigation01-d1_c2 .navBarR.touch {
	background: #f7ab3e;
}
.Columns_navigation01-d1_c2 .disTap span {
	opacity: 0.3;
}
.Columns_navigation01-d1_c2 .navBarL {
	left: 0px;
	border-left: 1px solid #f37c06;
}
.Columns_navigation01-d1_c2 .navBarR {
	right: 0px;
	border-left: 1px solid #de6f00;
}
.Columns_navigation01-d1_c2 .navBarL span, .Columns_navigation01-d1_c2 .navBarR span {
	width: 8px;
	height: 15px;
	display: block;
	margin: 10px 0 0 4px;
	overflow: hidden;
	line-height: 0px;
	position: relative;
}
.Columns_navigation01-d1_c2 .navBarR span {
	margin-left: 6px;
}
.Columns_navigation01-d1_c2 .navBarL em, .Columns_navigation01-d1_c2 .navBarR em {
	width: 7px;
	height: 7px;
	display: block;
	border: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	top: 2px;
	left: 3px;
}
.Columns_navigation01-d1_c2 .navBarR em {
	left: -6px;
}
/* Columns_navigation01-d1_c3 */
.Columns_navigation01-d1_c3 {
	width: 100%;
	position: relative;
	background: #f37c06;
}
.Columns_navigation01-d1_c3 .navBody {
	overflow: hidden;
	margin-right: 38px;
}
.Columns_navigation01-d1_c3 .navBody ul {
	height: 36px;
	overflow: hidden;
}
.Columns_navigation01-d1_c3 .navBody li {
	min-width: 70px;
	max-width: 280px;
	float: left;
	text-align: center;
}
.Columns_navigation01-d1_c3 .navBody li span {
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0 2px;
	display: block;
	border-left: 1px solid #de6f00;
	text-align: center;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.Columns_navigation01-d1_c3 .navBody li:nth-child(1) span {
	border: none;
}
.Columns_navigation01-d1_c3 .navBarR {
	width: 38px;
	height: 36px;
	float: left;
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: 1px solid #de6f00;
}
.Columns_navigation01-d1_c3 .navBarR.touch {
	background: #cb5100;
}
.Columns_navigation01-d1_c3 .navBarR span {
	width: 0px;
	height: 0px;
	display: block;
	margin: 15px 0 0 12px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgba(255,255,255,0.5);
}
.Columns_navigation01-d1_c3 .dragList {
	min-width: 110px;
	max-width: 320px;
	position: absolute;
	top: 36px;
	right: 0px;
	z-index: 9999;
}
.Columns_navigation01-d1_c3 .dragList li {
	background: #f98f2e;
}
.Columns_navigation01-d1_c3 .dragList li span {
	height: 35px;
	line-height: 35px;
	display: block;
	padding: 0 10px;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	color: #fff;
	border-bottom: 1px solid #de6f00;
}
.Columns_navigation01-d1_c3 li .current, .Columns_navigation01-d1_c3 li .touch {
	background: #f7ab3e;
}
/* Icon_Columns_navigation01-d1_c1 */
.Icon_Columns_navigation01-d1_c1{
	padding:10px 0 0 0;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle01 ul {
	overflow: hidden;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle01 li {
	padding: 10px 0;
	overflow: hidden;
	background: url(../m_images/z3g_arrow_black.png) no-repeat 100% 50%;
	border-bottom: 1px solid #ccc;
	position: relative;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle01 .imgWrap,
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle01 .imgWrap02{/**/
	width: 125px;
	height: 65px;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle01 .imgWrap02 {
	text-align: center;
	background-size: 20px;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background:#f98f2e;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle01 .imgWrap {/**/
	margin: 0 0 0 10px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border:5px solid #fff;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle01 .column01 .touch .imgWrap {
	border-color:#f98f2e;/**/
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle01 .column02 .touch .imgWrap {
	border-color:rgba(0, 0, 0, 0.1);/**/
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle01 img {
	max-width:54px;
	max-height:54px;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle01 .infoWrap {
	padding: 10px 40px 0 5px;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle01 h3{
	height: 15px;
	line-height: 15px;
	font-size: 15px;
	margin: 15px 0 0 0;
	color: #333;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle01 .column01 .touch {
	border-bottom: 1px solid #f98f2e;
	background: #f98f2e url(../m_images/z3g_arrow_white.png) no-repeat 100% 50%;
	-moz-box-shadow: -2px 5px 5px #d17827 inset;
	-webkit-box-shadow: -2px 5px 5px #d17827 inset;
	box-shadow: -2px 5px 5px #d17827 inset;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle01 .column01 .touch h3 {
	color: #fff;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle01 .column02 .infoWrap {
	padding-right: 10px;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle01 .column02 li {
	width: 50%;
	float: left;
	background: none;
	border-bottom:none;/**/
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle02 ul {
	overflow: hidden;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle02 .column03 {
	padding-left: 2%;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle02 li {
	width: 32%;
	float: left;
	margin-bottom: 3px;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle02 .column03 .imgWrap,
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle02 .column03 .imgWrap02{
	width: 64px;
	height: 64px;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle02 .column04 .imgWrap,
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle02 .column04 .imgWrap02 {
	width: 54px;
	height: 54px;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle02 li .imgWrap02 {
	margin: 0 auto;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background:#f98f2e;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle02 .column03 img {
	max-width:64px;
	max-height:64px;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle02 .column04 img {
	max-width:54px;
	max-height:54px;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle02 h3 {
	height: 28px;
	line-height: 14px;
	font-size:12px;
	padding: 0 5px;
	color: #333;
	text-align: center;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle02 .column04 li {
	width: 25%;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle02 .imgWrap {
	margin: 0 auto;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border:5px solid #fff;
}
.Icon_Columns_navigation01-d1_c1 .iconNavigationStyle02 .touch .imgWrap {
	border-color:rgba(0, 0, 0, 0.1);
}
.Icon_Columns_navigation01-d1_c1 .noBgColor {
	background: none!important;
	border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
}
/* PublicConfig_showLogo01-d1_c1 */
.PublicConfig_showLogo01-d1_c1 {
	width: 100%;
	height: 44px;
	background: #ffffff; 
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.PublicConfig_showLogo01-d1_c1 .logoWrap {
	height: 44px;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	text-align: center;
}
.PublicConfig_showLogo01-d1_c1 .logoWrap a {
	height: 44px;
	line-height: 0px;
	text-align: left;
	padding: 0px;
	display: block;
}
.PublicConfig_showLogo01-d1_c1 .logoWrap.touch {
	opacity: 0.5;
}
.PublicConfig_showLogo01-d1_c1 .logoWrap img {
	max-width: 260px;
	max-height: 44px;
	margin: 0 auto;
}
.PublicConfig_showLogo01-d1_c1 .toolWrap {
	text-align: left;
	height: 44px;
}
.PublicConfig_showLogo01-d1_c1 .toolWrap span {
	float: left;
}
.PublicConfig_showLogo01-d1_c1 .toolWrap .toolItem {
	width: 38px;
	height: 44px;
}
.PublicConfig_showLogo01-d1_c1 .toolWrap span.line {
	width: 1px;
	height: 35px;
	float: left;
	margin: 0px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0.4)), to(rgba(255,255,255,0)));
	background: -moz-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0));
	background: -o-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0.4)', endColorstr='rgba(255,255,255,0)');
	display:none;
}

/*高清*/
.PublicConfig_showLogo01-d1_c1 .toolWrap .hdmodeBtn .z3g-changeBtn {
	background-size: 160px;
	width: 24px;
	height: 11px;
	margin: 16px 0 0 5px;
}
.PublicConfig_showLogo01-d1_c1 .toolWrap .hdmodeBtn .z3g-changeBtn em{	
    font-size:9px;
	display:block;
	line-height:12px;
	margin-left:10px;
}
.PublicConfig_showLogo01-d1_c1 .toolWrap .hdmodeBtn .z3g-changeBtn.hd {
	padding-right:4px;
	background-position:-30px -100px
}
.PublicConfig_showLogo01-d1_c1 .toolWrap .hdmodeBtn .z3g-changeBtn.fluency {
	width: 22px;
	padding-left: 6px;
	background-position:-58px -100px;
}
.PublicConfig_showLogo01-d1_c1 .toolWrap .hdmodeBtn .z3g-changeBtn.fluency em {
	width: 9px;
	height: 10px;
	margin:1px 10px 0 0px;
	background:url(../m_images/common.png) -177px -190px no-repeat;
}
.PublicConfig_showLogo01-d1_c1 .downloadDragList {
	width: 100%;
	position: absolute;
	top: 44px;
	right: 0px;
	z-index: 9999;
	background: #f37c06;
	display: none;
}
.PublicConfig_showLogo01-d1_c1 .downloadDragList li {
	height: 79px;
	border-bottom: 1px solid #c26305;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
}
.PublicConfig_showLogo01-d1_c1 .downloadDragList li .contL {
	width: 240px;
	height: 79px;
	display: block;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.PublicConfig_showLogo01-d1_c1 .downloadDragList li .contL em {
	display: block;
	margin: 0 0 5px 20px;
}
.PublicConfig_showLogo01-d1_c1 .downloadDragList .iphone .contL img {
	max-width: 45px;
	max-height: 15px;
}
.PublicConfig_showLogo01-d1_c1 .downloadDragList li .contL .name {
	font-weight: bold;
	font-size: 20px;
	padding-top: 15px;
	color: #fff;
}
.PublicConfig_showLogo01-d1_c1 .downloadDragList li .contL .info {
	color: #f9ba7b;
}
.PublicConfig_showLogo01-d1_c1 .downloadDragList li .contR {
	width: 80px;
	display: block;
	padding-top: 15px;
}
.PublicConfig_showLogo01-d1_c1 .downloadDragList li .contR.touch {
	background: #d74700;
}
.PublicConfig_showLogo01-d1_c1 .downloadDragList li .contR em {
	display: block;
}
.PublicConfig_showLogo01-d1_c1 .downloadDragList li .contR .text {
	text-align: center;
	color: #fff;
}
.PublicConfig_showLogo01-d1_c1 .downloadDragList li .contR .icon {
	width: 24px;
	height: 24px;
	margin: 0 auto 10px auto;
}
.PublicConfig_showLogo01-d1_c1 .downloadDragList li .contR .icon i {
	display: block;
	margin: 0 auto;
	background: #8fc31f;
}
.PublicConfig_showLogo01-d1_c1 .downloadDragList li .contR .icon .icon01 {
	width: 9px;
	height: 9px;
}
.PublicConfig_showLogo01-d1_c1 .downloadDragList li .contR .icon .icon02 {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #8fc31f;
	background: none;
}
.PublicConfig_showLogo01-d1_c1 .downloadDragList li .contR .icon .icon03 {
	width: 20px;
	height: 2px;
}
.PublicConfig_showLogo01-d1_c1 .langDragList {
	min-width: 106px;
	max-width: 150px;
	position: absolute;
	top: 44px;
	right: 0px;
	z-index: 9999;
	background: #f98f2e;
	display: none;
}
.PublicConfig_showLogo01-d1_c1 .showStyle2Lang{
	left:39px;
	right:auto;
}
.PublicConfig_showLogo01-d1_c1 .langDragList li {
	border-bottom: 1px solid #de6f00;
}
.PublicConfig_showLogo01-d1_c1 .langDragList span {
	width: auto;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	display: block;
	color: #fff;
	float: none;
	clear: both;
}
.PublicConfig_showLogo01-d1_c1 .langDragList span.touch {
	background: #f7ab3e;
}
.PublicConfig_showLogo01-d1_c1 .toolWrap span.current,
.PublicConfig_showLogo01-d1_c1 .toolWrap span.touch{
	background: #f37c06;
}
.PublicConfig_showLogo01-d1_c1 > div {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: -o-box;
	-o-box-orient: horizontal;
	display: -ms-box;
	-ms-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
}
.PublicConfig_showLogo01-d1_c1 .showStyle1 .logoWrap{
	text-align: left;
}
.PublicConfig_showLogo01-d1_c1 .showStyle1 .logoWrap img {
	margin: 1px 0 0 5px; 
}
.PublicConfig_showLogo01-d1_c1 .showStyle2 .toolWrap {
	min-width: 70px;
}
.PublicConfig_showLogo01-d1_c1 .showStyle2 > div:nth-last-child(1).toolWrap span.line,
.PublicConfig_showLogo01-d1_c1 .showStyle2 > div:nth-last-child(1).toolWrap span.toolItem{
	float:right;
}
.PublicConfig_showLogo01-d1_c1 .showStyle3 {
	position: relative;
}
.PublicConfig_showLogo01-d1_c1 .showStyle3 .toolWrap {
	width: 100%;
	height: 44px;
	left: 100%;
	margin-left: -32px;
	position: absolute;
	background: #eee;
	-webkit-transition: left;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}
.PublicConfig_showLogo01-d1_c1 .showStyle3 .toolWrap .toolControl.touch {
	background:#f37c06;
}
.PublicConfig_showLogo01-d1_c1 .showStyle3 .toolWrap.open {
	left: 0px;
	margin-left: 0px;
}
.PublicConfig_showLogo01-d1_c1 .showStyle3 .toolList {
	float: right;
}
.PublicConfig_showLogo01-d1_c1 .showStyle3 .toolControl {
	float: left;
	width: 31px;
	height: 44px;
}
.PublicConfig_showLogo01-d1_c1 .showStyle3 .toolControl span {
	margin: 15px 0 0 8px;
	width:0;
	height:0;
	display:block;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
}
.PublicConfig_showLogo01-d1_c1 .showStyle3 .toolControl em {
	display:none;
}
.PublicConfig_showLogo01-d1_c1 .showStyle4 {
	position: relative;
}
.PublicConfig_showLogo01-d1_c1 .showStyle4 .z3g-btn {
	margin-top: 8px;
}
.PublicConfig_showLogo01-d1_c1 .showStyle4 .z3g-btn.search {
	margin-right: 5px;
}
.PublicConfig_showLogo01-d1_c1 .whiteIcon .toolWrap a,
.PublicConfig_showLogo01-d1_c1 .grayIcon .toolWrap a{
	width: 38px;
	height: 44px;
	display: block;
	text-decoration: none;
	background: url(../m_images/common.png) no-repeat;
}
/*白色ICON*/
/*.PublicConfig_showLogo01-d1_c1 .whiteIcon .toolWrap .search a {
	background-position: -100px 0px;
}
.PublicConfig_showLogo01-d1_c1 .whiteIcon .toolWrap .lang a {
	background-position: -138px 0px;
}
.PublicConfig_showLogo01-d1_c1 .whiteIcon .toolWrap .download a {
	background-position: -176px 0px;
}
.PublicConfig_showLogo01-d1_c1 .whiteIcon.showStyle3 .toolControl span {
	border-right:7px solid rgba(255,255,255,0.5);
	border-left:none;
}
.PublicConfig_showLogo01-d1_c1 .whiteIcon.showStyle3 .open .toolControl span {
	margin-left: 12px;
	border-left:7px solid rgba(255,255,255,0.5);
	border-right:none;
}*/
/*灰色ICON*/
.PublicConfig_showLogo01-d1_c1 .grayIcon .toolWrap .search a {
	background-position: -100px -44px;
}
.PublicConfig_showLogo01-d1_c1 .grayIcon .toolWrap .lang a {
	background-position: -138px -44px;
}
.PublicConfig_showLogo01-d1_c1 .grayIcon .toolWrap .download a {
	background-position: -176px -44px;
}
.PublicConfig_showLogo01-d1_c1 .whiteIcon.showStyle3 .toolControl span {
	border-right:7px solid rgba(0,0,0,0.5);
	border-left:none;
}
.PublicConfig_showLogo01-d1_c1 .whiteIcon.showStyle3 .open .toolControl span {
	margin-left: 12px;
	border-left:7px solid rgba(0,0,0,0.5);
	border-right:none;
}
/*头部信息样式4，滑出层部分*/
.z3g-showMoreContShowLogo {
	left: -100%;
}
.z3g-showMoreContShowLogo .contWrap > div {
	border-left: none!important;
}
.z3g-showMoreContShowLogo .contWrap li .name {
	border-right: none;
}
.z3g-showMoreContShowLogo .contWrap li .curtMark {
	right: 0px;
	left: auto;
	border-right: 6px solid #b66036;
	border-left: none;
}
.z3g-showMoreContShowLogo .contWrap .toolWrap {
	height:auto;
	padding:10px 0;
}
.z3g-showMoreContShowLogo .contWrap .toolWrap li {
	border: none;
	height: auto;
	margin: 5px 20px;
	background: #b66036;
}
.z3g-showMoreContShowLogo .contWrap .toolWrap li:nth-child(1) {
	margin-top: 0;
}
.z3g-showMoreContShowLogo .contWrap .toolWrap li:nth-last-child(1) {
	margin-bottom: 0;
}
.z3g-showMoreContShowLogo .contWrap .toolWrap li > div {
	padding: 2px 10px;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
}
.z3g-showMoreContShowLogo .contWrap li.lang .icon {
	width: 17px;
	height: 17px;
	margin: 8px 10px 0 0;
	background: url(../m_images/common.png) no-repeat -150px -13px;
}
.z3g-showMoreContShowLogo .contWrap li.lang .langItem {
	text-align: center;
	padding:0 10px;
}
.z3g-showMoreContShowLogo .contWrap li.hdmode > div > div {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.z3g-showMoreContShowLogo .contWrap li.hdmode .text {
	padding-left:37px;
}
.z3g-showMoreContShowLogo .contWrap li.hdmode .btnWrap {
	text-align: center;
}
.z3g-showMoreContShowLogo .contWrap li.downLoad .icon {
	width: 17px;
	height: 20px;
	margin: 8px 20px 0 0;
	background: url(../m_images/common.png) no-repeat -189px -12px;
}
.z3g-showMoreContShowLogo .contWrap li.downLoad .infoWrap {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.z3g-showMoreContShowLogo .contWrap li.downLoad .infoWrap p {
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	padding: 0px;
}
.z3g-showMoreContShowLogo .contWrap .toolWrap .touch {
	background-color: rgba(0, 0, 0, 0.2);
}
.z3g-showMoreContShowLogo .closeBar {
	background:url(../m_images/common.png) no-repeat -20px -190px;
}
/* Public_totalSearch01-d1_c1 */
.Public_totalSearch01-d1_c1 .z3g-alertWindow{
	top:44px;
	height:0px;
	overflow:hidden;
	z-index: 9999;
	display:block;

	-webkit-transform: height;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
}
.Public_totalSearch01-d1_c1 .searchTab {
	height: 38px;
	padding: 0 0 0 10px;
	position: relative;
	background: #f37c06;
}
.Public_totalSearch01-d1_c1 .searchTab .searchTabScroll {
	margin: 0 38px 0 0;
	overflow: hidden;
}
.Public_totalSearch01-d1_c1 .searchTab .del {
	width: 38px;
	height: 38px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../m_images/common.png) no-repeat 0px 0px;
	display:none;
}
.Public_totalSearch01-d1_c1 .searchTab .del.touch {
	background-position: 0px -38px;
}
.Public_totalSearch01-d1_c1 .searchTab ul {
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	display: box;
}
.Public_totalSearch01-d1_c1 .searchTab li {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	margin: 3px 0 0 0;
	color: #fff;
}
.Public_totalSearch01-d1_c1 .searchTab li.current, .Public_totalSearch01-d1_c1 .searchTab li.touch {
	background: #eeeeee;
	color: #f37c06;
}
.Public_totalSearch01-d1_c1 .searchInput {
	height: 50px;
	background: #eeeeee;
	padding: 0 10px;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
}
.Public_totalSearch01-d1_c1 .inputWrap {
	display: block;
	margin: 7px 0 0 0;
	padding-right: 20px;
	position: relative;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.Public_totalSearch01-d1_c1 .inputWrap .del {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
.Public_totalSearch01-d1_c1 .inputWrap .del .icon {
	width: 20px;
	height: 20px;
	display: block;
	background: #999999 url(../m_images/z3g_icon_inputWrap_del.png) no-repeat 50% 50%;
	margin: 8px 0 0 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.Public_totalSearch01-d1_c1 .inputWrap .del.touch .icon {
	background: #ff2929 url(../m_images/z3g_icon_inputWrap_del.png) no-repeat 50% 50%;
}
.Public_totalSearch01-d1_c1 input {
	width: 100%;
	line-height: normal;
}
.Public_totalSearch01-d1_c1 .z3g-button {
	width: 80px;
	height: 35px;
	margin: 7px 0 0 0;
}
.Public_totalSearch01-d1_c1 .searchTab ul {
	overflow: hidden;
}
.Public_totalSearch01-d1_c1 .searchResult {
	background: #fff;
}
/*.Public_totalSearch01-d1_c1 .searchResult li {
	padding: 7px 0 10px 0;
	border-bottom: 1px solid #cfcfcf;
}
.Public_totalSearch01-d1_c1 .searchResult li div {
	padding: 0 20px 0 10px;
	overflow: hidden;
	display: block;
	background: url(../m_images/z3g_arrow_orange.png) no-repeat 100% 50%;
}
.Public_totalSearch01-d1_c1 .searchResult li h3 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	color: #333333;
	font-size: 15px;
}
.Public_totalSearch01-d1_c1 .searchResult li p {
	color: #b9b9c8;
	overflow : hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	line-height: 18px;
}
.Public_totalSearch01-d1_c1 .searchResult li.touch {
	border-bottom: 1px solid #f37c06;
	background: #f37c06;
	-moz-box-shadow: -2px 5px 5px #cc6805 inset;
	-webkit-box-shadow: -2px 5px 5px #cc6805 inset;
	box-shadow: -2px 5px 5px #cc6805 inset;
}
.Public_totalSearch01-d1_c1 .searchResult li.touch div {
	background: url(../m_images/z3g_arrow_white.png) no-repeat 100% 50%;
}
.Public_totalSearch01-d1_c1 .searchResult li.touch h3, .Public_totalSearch01-d1_c1 .searchResult li.touch p {
	color: #fff;
}*/
.Public_totalSearch01-d1_c1 .z3g-noResult {
	padding: 10px 20px;
}
.Public_totalSearch01-d1_c1 .z3g-noResult p {
	line-height: 20px;
	text-align: center;
}
.Public_totalSearch01-d1_c1 .moreWrap {
	text-align: center;
	padding: 20px 0;
}
.Public_totalSearch01-d1_c1 .moreWrap span {
	height: 20px;
	padding-left: 20px;
	display: inline-block;
}
/* Toolbar_show01-d1_c1 */
/*.Toolbar_show01-d1_c1 {
	width: 100%;
	max-width: 640px;
	height: 45px;
	margin: 0 auto;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f88e2e), to(#d57722));
	background: -moz-linear-gradient(#f88e2e, #d57722);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e2e', endColorstr='#d57722');
}
.Toolbar_show01-d1_c1 ul {
	width: 100%;
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
}
.Toolbar_show01-d1_c1 li {
	text-align: center;
	border-top: 1px solid #c27025;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.Toolbar_show01-d1_c1 a, .Toolbar_show01-d1_c1 div {
	height: 43px;
	display: block;
	line-height: 38px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border: 1px solid #f9a558;
	border-right: 1px solid #864c18;
	border-bottom: none;
	text-decoration: none;
}
.Toolbar_show01-d1_c1 li:nth-child(1) a {
	border-left: none;
}
.Toolbar_show01-d1_c1 li:nth-last-child(1) a {
	border-right: none;
}
.Toolbar_show01-d1_c1 span {
	height: 20px;
	line-height: 20px;
	display: block;
	margin: 0 auto;
}
.Toolbar_show01-d1_c1 .text {
	height: 16px;
	line-height: 16px;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}
.Toolbar_show01-d1_c1 .icon {
	width: 30px;
	height: 20px;
	margin-top: 3px;
	background: url(../m_images/common.png) no-repeat;
}
.Toolbar_show01-d1_c1 .tel {
	width: 29px;
	background-position: -181px -80px;
}
.Toolbar_show01-d1_c1 .msg {
	width: 24px;
	background-position: -181px -25px;
}
.Toolbar_show01-d1_c1 .share {
	width: 19px;
	background-position: -181px -51px;
}
.Toolbar_show01-d1_c1 .map {
	width: 14px;
	background-position: -181px -106px;
}
.Toolbar_show01-d1_c1 .inquiry {
	width: 24px;
	background-position: -181px -25px;
}
.Toolbar_show01-d1_c1 .email {
	width: 20px;
	background-position: -181px 0px;
}
.Toolbar_show01-d1_c1 .touch {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ad6320), to(#975418));
	background: -moz-linear-gradient(#ad6320, #975418);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad6320', endColorstr='#975418');
}
.Toolbar_show01-d1_c1 .touch a, .Toolbar_show01-d1_c1 .touch div {
	border-top: 1px solid #bd824d;
	border-right: 1px solid #874c18;
	color: #fff;
}
.Toolbar_show01-d1_c1 li:nth-last-child(1).touch a, .Toolbar_show01-d1_c1 li:nth-last-child(1).touch div {
	border-right: none;
}*/
.Toolbar_show01-d1_c1{
	width: 100%;
	max-width: 640px;
	height: 45px;
	margin: 0 auto;
}
.Toolbar_show01-d1_c1 > div{
	height: 45px;
	max-width:640px;
	margin:0 auto;
}
/* footerToolStyle1 */
.Toolbar_show01-d1_c1 .footerWrap {
	width: 100%;
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	border-top:1px solid rgba(255,255,255,0.2);
	height:44px;

	background: -webkit-gradient(linear, 0 0, 0 100%, from(#125ed5), to(#125ed5)); 
	background: -moz-linear-gradient(#125ed5, #125ed5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#125ed5', endColorstr='#125ed5');
}
.Toolbar_show01-d1_c1 .footerWrap li {
	text-align: center;
	height:44px;
	overflow:hidden;
	border-right: 1px solid rgba(255,255,255,0.2);
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.Toolbar_show01-d1_c1 .footerWrap a,
.Toolbar_show01-d1_c1 .footerWrap div {
	height: 44px;
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
}
.Toolbar_show01-d1_c1 .footerWrap li:nth-last-child(1) {
	border-right:none;
}
.Toolbar_show01-d1_c1 .text {
	height: 16px;
	line-height: 16px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display:block;
	overflow:hidden;
}
.Toolbar_show01-d1_c1 .footerWrap .touch {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ad6320), to(#975418));
	background: -moz-linear-gradient(#ad6320, #975418);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad6320', endColorstr='#975418');
}
/* footerToolStyle2 */
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar {
	width:100%;
	max-width:640px;
	height: 16px;
	padding-top:14px;
	border: none;
	position:absolute;
	z-index:9999;
	top:-29px;
}
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar .anchor {
	display: block;
	width: 100px;
	height: 13px;
	background: #f88e2e;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin:0 auto;
}
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar .controlBottom {
	display: block;
	height: 3px;
	overflow:hidden;
	background: #f88e2e;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar .icon {
	display: block;
	width: 14px;
	height: 8px;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
	top:3px;
}
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar .icon em{
	display:block;
	width:20px;
	height:20px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position:relative;
	border-right:1px solid rgba(255,255,255,0.8);
	border-bottom:1px solid rgba(255,255,255,0.8);
	top:-18px;
	left:-4px;
}
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar.close .icon em{
	border-top:1px solid rgba(255,255,255,0.8);
	border-left:1px solid rgba(255,255,255,0.8);
	top:5px;
}
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar.touch .anchor,
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar.touch .controlBottom{
	opacity:0.8;
}
/* footerToolStyle3 */
.Toolbar_show01-d1_c1 .footerToolStyle3 {
	position: relative;
}
.Toolbar_show01-d1_c1 .footerToolStyle3 .circleListWrap {
	position:absolute;
	z-index:9999;
	bottom:45px;
	left:20px;
	display:none;
	/*-webkit-transform: scale(0);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 150ms;*/
}
.Toolbar_show01-d1_c1 .footerToolStyle3.circleOpen .circleListWrap {
	display:block;
}
.Toolbar_show01-d1_c1 .circleIcon {
	width: 40px;
	height: 40px;
	border: 3px solid rgba(255,255,255,0.5);
	border-radius: 23px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	background:#f88e2e;
	position:absolute;
	z-index:9999;
	bottom:10px;
	left:10px;
	overflow:hidden;
}
.Toolbar_show01-d1_c1 .circleIcon div {
	width: 24px;
	height: 24px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	background:#000;
	margin: 8px auto 0;
	overflow:hidden;
	opacity:0.2;
}
.Toolbar_show01-d1_c1 .circleListWrap {
	width: 186px;
	height: 186px;
	border: 3px solid rgba(0,0,0,0.2);
	-moz-border-radius: 96px;
	-webkit-border-radius: 96px;
	border-radius: 96px;
	overflow: hidden;
}
.Toolbar_show01-d1_c1 .circleCont{
	width:186px;
	height:186px;
	-moz-border-radius: 96px;
	-webkit-border-radius: 96px;
	border-radius: 96px;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}
.Toolbar_show01-d1_c1 .circleCont li{
	position:absolute;
}
.Toolbar_show01-d1_c1 .circleCont a{
	text-decoration: none;
}
.Toolbar_show01-d1_c1 .circleCont .text{
	display:block;
	width:50px;
	overflow : hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.Toolbar_show01-d1_c1 .footerCenter {
	width: 76px;
	height: 76px;
	border: 2px solid rgba(255,255,255,0.1);
	background:#f88e2e;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	position: absolute;
	left: 53px;
	top: 53px;
	overflow:hidden;
}
.Toolbar_show01-d1_c1 .footerCenter span {
	display: block;
	width: 32px;
	height: 29px;
	background: url(../m_images/common.png) no-repeat -235px -110px;
	margin: 24px auto 0;
}
.Toolbar_show01-d1_c1 .footerCenter.touch {
	background-color:rgba(255,255,255,0.2);
}
/*图标定位*/
.Toolbar_show01-d1_c1 .circleCont li.cont1 {
	left: 10px;
	top: 92px;
}
.Toolbar_show01-d1_c1 .circleCont li.cont2 {
	left: 30px;
	top: 15px;
}
.Toolbar_show01-d1_c1 .circleCont li.cont3 {
	left: 107px;
	top: 15px;
}
.Toolbar_show01-d1_c1 .circleCont li.cont4 {
	left: 127px;
	top: 92px;
}
.Toolbar_show01-d1_c1 .circleCont li.cont5 {
	left: 68px;
	top: 137px;
}
/*touch效果*/
.Toolbar_show01-d1_c1 .circleBg {
	width: 186px;
	height: 186px;
	background:url(../m_images/z3g_bg_footerCircle.png) -186px 0px no-repeat #f88e2e;
	background-size:372px;
	-moz-border-radius: 96px;
	-webkit-border-radius: 96px;
	border-radius: 96px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.Toolbar_show01-d1_c1 .circleBg.current {
	background:url(../m_images/z3g_bg_footerCircle.png) 0px 0px no-repeat #f88e2e;
	background-size:372px;
}
.Toolbar_show01-d1_c1 .circleBg.current1 {
	transform:rotate(216deg);
	-moz-transform:rotate(216deg);
	-webkit-transform:rotate(216deg);
	-o-transform:rotate(216deg);
}
.Toolbar_show01-d1_c1 .circleBg.current2 {
	transform:rotate(288deg);
	-moz-transform:rotate(288deg);
	-webkit-transform:rotate(288deg);
	-o-transform:rotate(288deg);
}	
.Toolbar_show01-d1_c1 .circleBg.current3 {
	transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-o-transform:rotate(0deg);
}
.Toolbar_show01-d1_c1 .circleBg.current4 {
	transform:rotate(72deg);
	-moz-transform:rotate(72deg);
	-webkit-transform:rotate(72deg);
	-o-transform:rotate(72deg);
}	
.Toolbar_show01-d1_c1 .circleBg.current5 {
	transform:rotate(144deg);
	-moz-transform:rotate(144deg);
	-webkit-transform:rotate(144deg);
	-o-transform:rotate(144deg);
}
/*底部工具条 图标开始*/
.Toolbar_show01-d1_c1 .whiteIcon span.icon,
.Toolbar_show01-d1_c1 .grayIcon span.icon{
	height:20px;
	display: block;
	background: url(../m_images/common.png) no-repeat;
	margin: 4px auto 0 auto;
	border:0px solid #f00;
}
.Toolbar_show01-d1_c1 .whiteIcon span.email {
	width: 20px;
	background-position:0px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon span.inquiry {
	width: 24px;
	background-position: -181px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon span.message {
	width: 24px;
	background-position: -38px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon span.share {
	width: 19px;
	background-position: -76px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon span.more {
	width: 25px;
	background-position: -181px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon span.tel {
	width: 29px;
	background-position: -113px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon span.map {
	width: 14px;
	background-position: -156px -110px;
}
/*灰色ICON
.Toolbar_show01-d1_c1 .grayIcon span.email {
	width: 20px;
	background-position:0px -160px;
}
.Toolbar_show01-d1_c1 .grayIcon span.inquiry {
	width: 24px;
	background-position: -181px -160px;
}
.Toolbar_show01-d1_c1 .grayIcon span.message {
	width: 24px;
	background-position: -38px -160px;
}
.Toolbar_show01-d1_c1 .grayIcon span.share {
	width: 19px;
	background-position: -76px -160px;
}
.Toolbar_show01-d1_c1 .grayIcon span.more {
	width: 25px;
	background-position: -181px -160px;
}
.Toolbar_show01-d1_c1 .grayIcon span.tel {
	width: 29px;
	background-position: -113px -160px;
}
.Toolbar_show01-d1_c1 .grayIcon span.map {
	width: 14px;
	background-position: -156px -160px;
}*/
/* FrontSlide_listJson01-d1_c1 */
.FrontSlide_listJson01-d1_c1 {
	text-align: center;
	position: relative;
}
.FrontSlide_listJson01-d1_c1 .bannerScrollWrap {
	max-width: 640px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-o-box-align: stretch;
	box-align: stretch;
}
.FrontSlide_listJson01-d1_c1 .bannerScrollWrap .leftCover {
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 200;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	display: none;
}
.FrontSlide_listJson01-d1_c1 .bannerScrollWrap .rightCover {
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 200;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	display: none;
}
.FrontSlide_listJson01-d1_c1 #bannerScroll {
	width: 100%;
	position: relative;
	z-index: 100;
}
.FrontSlide_listJson01-d1_c1 .bannerList {
	width: 10000px;
	overflow: hidden;
}
.FrontSlide_listJson01-d1_c1 .bannerList li {
	/*width: 320px;*/
	float: left;
	text-align: center;
	background: #f0f0f0 url(../m_images/loading.gif) no-repeat 50% 50%;
	background-size: 20px;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}
.FrontSlide_listJson01-d1_c1 .bannerList li div {
	display: block;
	padding: 0px;
	line-height: 0px;
	max-width: 640px;
}
.FrontSlide_listJson01-d1_c1 .bannerList li div img {
	max-width: 640px;
}
.FrontSlide_listJson01-d1_c1 #bannerNav {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 2px;
	z-index: 999;
}
.FrontSlide_listJson01-d1_c1 #bannerScroll .prev, .FrontSlide_listJson01-d1_c1 #bannerScroll .next {
	width: 25px;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	position: absolute;
	z-index: 9999;
	top: 0px;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}
.FrontSlide_listJson01-d1_c1 #bannerScroll .prev {
	left: 0px;
}
.FrontSlide_listJson01-d1_c1 #bannerScroll .next {
	right: 0px;
}
.FrontSlide_listJson01-d1_c1 .prev span, .FrontSlide_listJson01-d1_c1 .next span {
	width: 25px;
	height: 40px;
	display: block;
	background: #000 url(../m_images/z3g_arrow_06.png) no-repeat;
	vertical-align: middle;
	opacity: 0.5;
}
.FrontSlide_listJson01-d1_c1 .prev .touch, .FrontSlide_listJson01-d1_c1 .next .touch {
	opacity: 0.7;
}
.FrontSlide_listJson01-d1_c1 #prev {
	background-position: 3px 50%;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.FrontSlide_listJson01-d1_c1 #next {
	background-position: -18px 50%;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.FrontSlide_listJson01-d1_c1 #indicator, .FrontSlide_listJson01-d1_c1 #indicator > em {
	display: inline-block;
}
.FrontSlide_listJson01-d1_c1 #indicator {
	width: auto;
}
